"futuristic neon immersive cyberpunk" shadcn/ui theme

futuristic
neon
immersive
cyberpunk
high-contrast
modern
vibrant
dynamic
tech-inspired
emotion-driven
dark-mode
light-mode
unique-color-palette
immersive-experience
narrative-driven
visually-striking
user-friendly
functional-design
innovative

Shadcn/ui Theme Css Variables

name: Neon Nexuskeyword: futuristic neon immersive cyberpunk views: 6

:root {
  --background: 240 10% 90%;
  --foreground: 240 10% 10%;
  --card: 240 10% 95%;
  --card-foreground: 240 10% 10%;
  --popover: 240 10% 95%;
  --popover-foreground: 240 10% 10%;
  --primary: 300 100% 50%;
  --primary-foreground: 240 10% 95%;
  --secondary: 200 100% 50%;
  --secondary-foreground: 240 10% 95%;
  --muted: 240 10% 85%;
  --muted-foreground: 240 10% 40%;
  --accent: 0 100% 50%;
  --accent-foreground: 240 10% 95%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 240 10% 95%;
  --border: 240 10% 80%;
  --input: 240 10% 80%;
  --ring: 300 100% 50%;
  --radius: 0.75rem;
  --chart-1: 300 100% 50%;
  --chart-2: 200 100% 50%;
  --chart-3: 0 100% 50%;
  --chart-4: 120 100% 50%;
  --chart-5: 300 100% 50%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 240 10% 90%;
  --card: 240 10% 5%;
  --card-foreground: 240 10% 90%;
  --popover: 240 10% 5%;
  --popover-foreground: 240 10% 90%;
  --primary: 300 100% 50%;
  --primary-foreground: 240 10% 5%;
  --secondary: 200 100% 50%;
  --secondary-foreground: 240 10% 5%;
  --muted: 240 10% 15%;
  --muted-foreground: 240 10% 60%;
  --accent: 0 100% 50%;
  --accent-foreground: 240 10% 5%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 240 10% 5%;
  --border: 240 10% 20%;
  --input: 240 10% 20%;
  --ring: 300 100% 50%;
  --radius: 0.75rem;
  --chart-1: 300 100% 50%;
  --chart-2: 200 100% 50%;
  --chart-3: 0 100% 50%;
  --chart-4: 120 100% 50%;
  --chart-5: 300 100% 50%;
}